/* H.ProfileAsm: Internal definitions for time profile assembler routines.
 *
 * Version 1.00, 04-06-1990
 *
 * Copyright (C) Ferdinand Oeinck 1990
 *
 * Modified, Paul Moore 02/06/91.
 *   To conform to the conventions of my "Utils" library.
 */

extern unsigned int *_profile_getstart (void);
extern unsigned int *_profile_getend (void);
extern void _profile_ReleaseIntDeviceVector (void);
extern int _profile_ClaimIntDeviceVector (void);
extern _kernel_languagedescription *_profile_getlangdesblock (void);

extern int _profile_fp_return_address;
